'Declaration
Public Class ValueChangedEventArgs(Of T) Inherits System.EventArgs
'Usage
Dim instance As ValueChangedEventArgs(Of T)
public class ValueChangedEventArgs<T> : System.EventArgs
'Declaration
Public Class ValueChangedEventArgs(Of T) Inherits System.EventArgs
'Usage
Dim instance As ValueChangedEventArgs(Of T)
public class ValueChangedEventArgs<T> : System.EventArgs
System.Object
System.EventArgs
Xceed.Maui.Toolkit.ValueChangedEventArgs<T>
Name | Description | |
---|---|---|
![]() | ValueChangedEventArgs<T> Constructor | Creates a new ValueChangedEventArgs object & sets both the old value & the new value using the received parameters. |
Name | Description | |
---|---|---|
![]() | NewValue | Gets the new value, which is the most recent setting. |
![]() | OldValue | Gets the old value, which is the one that has just been replaced by the NewValue. |
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2